From 9f56b94677943cd48f5d8555760f68128092f214 Mon Sep 17 00:00:00 2001 From: justbur Date: Mon, 27 Jul 2015 22:00:42 -0400 Subject: [PATCH] Revert "Fix some parts of readme" This reverts commit a5413c2b8af110225fabbe64bcad4703c353327c. --- README.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3db0bed0bbc..fe97841df7d 100644 --- a/README.org +++ b/README.org @@ -11,6 +11,10 @@ is better though, because it saves the prefix that you just entered. So =C-x C-h C-h C-x= will popup the which-key buffer for the prefix =C-x= change the page twice and then execute the command bound to =C-x C-x=. +- =C-h= will also now popup the which-key buffer to the first page if it is + pressed before =which-key-idle-delay= takes effect. This means you can set a + long idle delay if you like and just use =C-h= when you want to see + =which-key=. ** Introduction =which-key= is a minor mode for Emacs that displays the keybindings following your currently entered incomplete command (a prefix) in a popup. For example, after enabling the minor mode @@ -289,7 +293,6 @@ these alists) #+END_SRC *** Sorting - By default the output is sorted by the key in a custom order. The default order is to sort lexicographically within each "class" of key, where the classes and their order are @@ -329,7 +332,9 @@ behavior of emacs which is to show a list of keybindings that apply to a prefix. For example, if you were to type =C-x C-h= you would get a list of commands that follow =C-x=. This uses which-key instead to show those keys, and unlike the emacs default saves the incomplete prefix that you just entered so that the next -keystroke can complete the command. +keystroke can complete the command. As a bonus you can type =C-x C-h= and the +which-key buffer will pop up immediately (i.e., before =which-key-idle-delay= +kicks in). **** Method 2: Bind your own keys -- 2.30.2